home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / etc / X11 / xorg.conf.in < prev   
Text File  |  2006-01-09  |  6KB  |  202 lines

  1. Section "ServerLayout"
  2.     Identifier    "X.Org Configured"
  3.     Screen    0    "Screen0" 0 0
  4.     InputDevice    "Keyboard0" "CoreKeyboard"
  5.     InputDevice    "PS/2 Mouse" "AlwaysCore"
  6. #    InputDevice    "Serial Mouse" "AlwaysCore"
  7.     InputDevice    "USB Mouse" "AlwaysCore"
  8.     InputDevice    "Synaptics" "AlwaysCore"
  9. EndSection
  10.  
  11. Section "ServerFlags"
  12.     Option    "AllowMouseOpenFail" "true"
  13.     @@NOPM@@
  14. EndSection
  15.  
  16. Section "Files"
  17.     FontPath    "/usr/share/fonts/util"
  18.     FontPath    "/usr/share/fonts/encodings"
  19.     FontPath    "/usr/share/fonts/misc"
  20.     FontPath    "/usr/share/fonts/local"
  21.     FontPath    "/usr/share/fonts/terminus"
  22.     FontPath    "/usr/share/fonts/corefonts"
  23.     FontPath    "/usr/local/share/fonts"
  24.     FontPath    "/usr/share/fonts"
  25.     FontPath    "/usr/share/fonts/default"
  26.     FontPath    "/usr/share/fonts/TTF"
  27.     FontPath    "/usr/share/fonts/arphicfonts"
  28.     FontPath    "/usr/share/fonts/jisx0213"
  29.     FontPath    "/usr/share/fonts/shinonome"
  30.     FontPath    "/usr/share/fonts/baekmuk-fonts"
  31.     FontPath    "/usr/share/fonts/kacst-fonts"
  32.     FontPath    "/usr/share/fonts/sgi-fonts"
  33.     FontPath    "/usr/share/fonts/unfonts"
  34.     FontPath    "/usr/share/fonts/default/ghostscript"
  35.     FontPath    "/usr/share/fonts/xfonts-cronyx-100dpi:unscaled"
  36.     FontPath    "/usr/share/fonts/xfonts-cronyx-75dpi:unscaled"
  37.     FontPath    "/usr/share/fonts/xfonts-cronyx-misc:unscaled"
  38.     FontPath    "/usr/share/fonts/xfonts-cronyx-100dpi"
  39.     FontPath    "/usr/share/fonts/xfonts-cronyx-75dpi"
  40.     FontPath    "/usr/share/fonts/xfonts-cronyx-misc"
  41.     FontPath    "/usr/share/fonts/xfonts-cronyx-cp1251-100dpi:unscaled"
  42.     FontPath    "/usr/share/fonts/xfonts-cronyx-cp1251-75dpi:unscaled"
  43.     FontPath    "/usr/share/fonts/xfonts-cronyx-cp1251-misc:unscaled"
  44.     FontPath    "/usr/share/fonts/xfonts-cronyx-cp1251-100dpi"
  45.     FontPath    "/usr/share/fonts/xfonts-cronyx-cp1251-75dpi"
  46.     FontPath    "/usr/share/fonts/xfonts-cronyx-cp1251-misc"
  47.     FontPath    "/usr/share/fonts/xfonts-cronyx-isocyr-100dpi:unscaled"
  48.     FontPath    "/usr/share/fonts/xfonts-cronyx-isocyr-75dpi:unscaled"
  49.     FontPath    "/usr/share/fonts/xfonts-cronyx-isocyr-misc:unscaled"
  50.     FontPath    "/usr/share/fonts/xfonts-cronyx-isocyr-100dpi"
  51.     FontPath    "/usr/share/fonts/xfonts-cronyx-isocyr-75dpi"
  52.     FontPath    "/usr/share/fonts/xfonts-cronyx-isocyr-misc"
  53.     FontPath    "/usr/share/fonts/xfonts-cronyx-koi8r-100dpi:unscaled"
  54.     FontPath    "/usr/share/fonts/xfonts-cronyx-koi8r-75dpi:unscaled"
  55.     FontPath    "/usr/share/fonts/xfonts-cronyx-koi8r-misc:unscaled"
  56.     FontPath    "/usr/share/fonts/xfonts-cronyx-koi8r-100dpi"
  57.     FontPath    "/usr/share/fonts/xfonts-cronyx-koi8r-75dpi"
  58.     FontPath    "/usr/share/fonts/xfonts-cronyx-koi8r-misc"
  59.     FontPath    "/usr/share/fonts/xfonts-cronyx-koi8u-100dpi:unscaled"
  60.     FontPath    "/usr/share/fonts/xfonts-cronyx-koi8u-75dpi:unscaled"
  61.     FontPath    "/usr/share/fonts/xfonts-cronyx-koi8u-misc:unscaled"
  62.     FontPath    "/usr/share/fonts/xfonts-cronyx-koi8u-100dpi"
  63.     FontPath    "/usr/share/fonts/xfonts-cronyx-koi8u-75dpi"
  64.     FontPath    "/usr/share/fonts/xfonts-cronyx-koi8u-misc"
  65. EndSection
  66.  
  67. Section "Module"
  68.     Load    "ddc"
  69.     Load    "vbe"
  70.     Load    "GLcore"
  71.     Load    "dbe"
  72.     Load    "dri"
  73.     Load    "extmod"
  74.     Load    "glx"
  75.     Load    "bitmap"
  76.     Load    "speedo"
  77.     Load    "type1"
  78.     Load    "freetype"
  79.     Load    "record"
  80. EndSection
  81.  
  82. Section "InputDevice"
  83.     Identifier    "Keyboard0"
  84.     Driver    "kbd"
  85.     Option    "CoreKeyboard"
  86.     Option    "XkbRules" "xorg"
  87.     Option    "XkbModel" "pc105"
  88.     Option    "XkbOptions" "grp:toggle,grp_led:scroll"
  89.     Option    "XkbVariant" ",winkeys"
  90. EndSection
  91.  
  92. Section "InputDevice"
  93.     Identifier    "Serial Mouse"
  94.     Driver    "mouse"
  95.     Option    "Protocol" "Microsoft"
  96.     Option    "Device" "/dev/ttyS0"
  97.     Option    "Emulate3Buttons" "true"
  98.     Option    "Emulate3Timeout" "70"
  99.     Option    "SendCoreEvents"  "true"
  100. EndSection
  101.  
  102. Section "InputDevice"
  103.     Identifier    "PS/2 Mouse"
  104.     Driver    "mouse"
  105.     Option    "Protocol" "IMPS/2"
  106.     Option    "Device" "/dev/misc/psaux"
  107.     Option    "Emulate3Buttons" "true"
  108.     Option    "Emulate3Timeout" "70"
  109.     Option    "SendCoreEvents"  "true"
  110.     Option    "ZAxisMapping" "4 5"
  111. EndSection
  112.  
  113. Section "InputDevice"
  114.     Identifier    "USB Mouse"
  115.     Driver    "mouse"
  116.     Option    "Device" "/dev/input/mice"
  117.     Option    "SendCoreEvents" "true"
  118.     Option    "Protocol" "IMPS/2"
  119.     Option    "ZAxisMapping" "4 5"
  120.     Option    "Buttons" "5"
  121. EndSection
  122.  
  123. Section "InputDevice"
  124.     Identifier    "Synaptics"
  125.     Driver    "synaptics"
  126.     Option    "Protocol" "event"
  127.     Option    "Device" "@@SYNDEV@@"
  128.     Option    "LeftEdge" "1900"
  129.     Option    "RightEdge" "5400"
  130.     Option    "TopEdge" "1900"
  131.     Option    "BottomEdge" "4000"
  132.     Option    "FingerLow" "25"
  133.     Option    "FingerHigh" "30"
  134.     Option    "MaxTapTime" "180"
  135.     Option    "MaxTapMove" "220"
  136.     Option    "VertScrollDelta" "100"
  137.     Option    "MinSpeed" "0.02"
  138.     Option    "MaxSpeed" "0.10"
  139.     Option    "AccelFactor" "0.0010"
  140.     Option    "SHMConfig" "on"
  141. EndSection
  142.  
  143. # Auto-generated by mkxf86config
  144. @@MONITOR@@
  145.  
  146. Section "Device"
  147.     ### Available Driver options are:-
  148.     # sw_cursor is needed for some ati and radeon cards
  149.     #Option     "sw_cursor"
  150.     #Option     "hw_cursor"
  151.     #Option     "NoAccel"
  152.     #Option     "ShowCache"
  153.     #Option     "ShadowFB"
  154.     #Option     "UseFBDev"
  155.     #Option     "Rotate"
  156.     Identifier  "Card0"
  157.     # The following line is auto-generated by x11-misc/mkxf86config
  158.     Driver      "@@XMODULE@@"
  159.     VendorName  "All"
  160.     BoardName   "All"
  161. #    BusID       "PCI:1:0:0"
  162. EndSection
  163.  
  164. Section "Screen"
  165.     Identifier    "Screen0"
  166.     Device    "Card0"
  167.     Monitor    "Monitor0"
  168.     DefaultColorDepth 24
  169.     SubSection "Display"
  170.         Depth    1
  171.         @@MODES@@
  172.     EndSubSection
  173.     SubSection "Display"
  174.         Depth    4
  175.         @@MODES@@
  176.     EndSubSection
  177.     SubSection "Display"
  178.         Depth    8
  179.         @@MODES@@
  180.     EndSubSection
  181.     SubSection "Display"
  182.         Depth    15
  183.         @@MODES@@
  184.     EndSubSection
  185.     SubSection "Display"
  186.         Depth    16
  187.         @@MODES@@
  188.     EndSubSection
  189.     SubSection "Display"
  190.         Depth    24
  191.         @@MODES@@
  192.     EndSubSection
  193.     SubSection "Display"
  194.         Depth    32
  195.         @@MODES@@
  196.     EndSubSection
  197. EndSection
  198.  
  199. Section "DRI"
  200.     Mode 0666
  201. EndSection
  202.